Gps Coordinate Format
How the GPS coordinates are displayed on the OLED screen.
Content copied to clipboard
meshtastic.Config.DisplayConfig.GpsCoordinateFormat
Entries
Properties
Link copied to clipboard
Military Grid Reference System format:
ZZB CD EEEEE NNNNN, where Z is zone, B is band, C is the east 100k square, D is the north 100k square,
E is easting, N is northing
Content copied to clipboard
MGRS = 3;
Link copied to clipboard
Ordnance Survey Grid Reference (the National Grid System of the UK).
Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square,
E is the easting, N is the northing
Content copied to clipboard
OSGR = 5;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<ConfigProtos.Config.DisplayConfig.GpsCoordinateFormat>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ConfigProtos.Config.DisplayConfig.GpsCoordinateFormat
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.